type github.com/jackc/pgx/v5/pgconn.pipelineState

13 uses

	github.com/jackc/pgx/v5/pgconn (current package)
		pgconn.go#L2195: 	state  pipelineState
		pgconn.go#L2225: type pipelineState struct {
		pgconn.go#L2234: func (s *pipelineState) Init() {
		pgconn.go#L2241: func (s *pipelineState) RegisterSendingToServer() {
		pgconn.go#L2252: func (s *pipelineState) registerFlushingBufferOnServer() {
		pgconn.go#L2263: func (s *pipelineState) PushBackRequestType(req pipelineRequestType) {
		pgconn.go#L2281: func (s *pipelineState) ExtractFrontRequestType() pipelineRequestType {
		pgconn.go#L2302: func (s *pipelineState) PushBackStatementData(sd *StatementDescription, resultFormats []int16) {
		pgconn.go#L2307: func (s *pipelineState) ExtractFrontStatementData() (*StatementDescription, []int16) {
		pgconn.go#L2325: func (s *pipelineState) HandleError(err *PgError) {
		pgconn.go#L2329: func (s *pipelineState) HandleReadyForQuery() {
		pgconn.go#L2333: func (s *pipelineState) PendingSync() bool {
		pgconn.go#L2346: func (s *pipelineState) ExpectedReadyForQuery() int {